From: Paul Eggert Date: Mon, 11 May 2015 05:54:38 +0000 (-0700) Subject: Spelling fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~2932 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c6e02ca81d868a65e7cbebba9b9b4a8d2cc827e;p=emacs.git Spelling fix --- diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index 9bce155467e..72976b18952 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi @@ -797,7 +797,7 @@ vector or string (@pxref{Iteration} for more information about the @code{dolist} macro). This is primarily useful for side-effects. @end defmac -@defmac seq-let arguments sequense body@dots{} +@defmac seq-let arguments sequence body@dots{} @cindex sequence destructuring This macro binds the variables in defined in the sequence @var{arguments} to the elements of the sequence @var{sequence}.